home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4714 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  519 b 

  1. Path: news.mtu.edu!not-for-mail
  2. From: babucher@mtu.edu (Brian A. Bucher)
  3. Newsgroups: comp.lang.c++
  4. Subject: random number in C++
  5. Date: 31 Jan 1996 14:47:15 -0500
  6. Organization: Michigan Technological University
  7. Message-ID: <4eoh03$6jb@pacemaker.cts>
  8. NNTP-Posting-Host: pacemaker.cts.mtu.edu
  9. X-Newsreader: TIN [version 1.2 PL1]
  10.  
  11.  
  12. Is there _ANY_ way to get a truly random number in a C++ program?
  13. rand and srand do not generate random numbers, they generate
  14. pseudo-random numbers, which is what I don't need.
  15.  
  16. Thanks,
  17. Boo
  18.